BandwidthCollectionSet Method |
Sets value of the specified type.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Set(
string type,
int value
)
Public Sub Set (
type As String,
value As Integer
)
Parameters
- type
- Type: SystemString
A string represents type. - value
- Type: SystemInt32
A string represents value.
See Also